home *** CD-ROM | disk | FTP | other *** search
- // Ring.dat
- //
- // For CLOE v1.0
- // Copyright (c) 1992 Pierre.E Gougelet
- //
-
- #COLOUR White {1.0 1.0 1.0}
- #COLOUR Red {1.0 0.0 0.0}
- #COLOUR Green {0.0 1.0 0.0}
- #COLOUR Blue {0.0 0.0 1.0}
- #COLOUR Yellow {1.0 1.0 0.0}
- #COLOUR Cyan {0.0 1.0 1.0}
- #COLOUR Magenta {1.0 0.0 1.0}
- #COLOUR Black {0.0 0.0 0.0}
- #COLOUR LightGray {0.658824 0.658824 0.658824}
-
- #texture Terre
- BOZO
- turbulence 0.4
- scale {20.0 20.0 10.0}
- cmap 0.0 {0.0 0.0 1.0} 0.6 {0.42 0.42 1.0}
- cmap 0.6 {1.0 1.0 0.0} 0.69 {0.8 1.0 0.1}
- cmap 0.69 {0.5 1.0 0.25} 0.92 {0.0 0.53 0.0}
- cmap 0.92 {0.5 0.5 0.5} 1.001 {0.0 0.0 0.0}
- #end
-
- #texture White_Marble
- MARBLE
- turbulence 1.0
- scale {10.0 10.0 10.0}
- cmap 0.0 {1.0 1.0 1.0} 0.3 {1.0 1.0 1.0}
- cmap 0.3 {1.0 1.0 1.0} 0.7 {0.6 0.6 0.6}
- cmap 0.7 {0.45 0.45 0.45} 0.9 {0.3 0.3 0.3}
- #end
-
- #texture Orange_Cloud
- BOZO
- turbulence 0.5
- scale {200 200 200}
- cmap 0.0 {0.0 0.0 0.0} 0.2 {0.0 0.0 0.0}
- cmap 0.2 {0.0 0.0 0.0} 0.9 {1.0 0.8 0.4}
- cmap 0.9 {1.0 0.8 0.4} 1.001 {1.0 0.8 0.4}
- #end
-
- #bump my_bump
- BUMPS
- amount 0.3
- scale {5.0 5.0 5.0}
- #end
-
- #scene
- width 100
- height 100
- location {0 -10 -100}
- lookat {0 0 0}
- up {0 1 0}
- angle 20
- #end
-
- #light
- PONCTUELLE
- location {0 -1000 -1000}
- colour White
- #end
-
- #light
- PONCTUELLE
- location {0 -1000 1000}
- colour White
- #end
-
- #light
- PONCTUELLE
- location {-1000 -1000 0}
- colour White
- #end
-
- #light
- PONCTUELLE
- location {1000 -1000 0}
- colour White
- #end
-
- #object
- #plane vertex {50 30 0} {-50 30 0} {50 30 500} #end
- #surface
- colour LightGray
- reflection 1.0
- specular 1.0
- shine 90
- my_bump
- #end
- #end
-
- #object
- #sphere
- center {0 0 2500}
- radius 2000
- #end
- #surface
- Orange_Cloud
- ambient 0.7
- diffuse 0.2
- specular 1.0
- shine 200
- #end
- #end
-
- #object
- #ring
- normal {1 1 1}
- radius {32 45}
- center {0 -10 50}
- #end
- #surface
- colour White
- ambient 0.5
- diffuse 0.6
- reflection 0.4
- specular 1.0
- shine 200
- white_marble
- #end
- #end
-
- #object
- #sphere
- center {0 -10 50}
- radius 25
- #end
- #surface
- colour White
- ambient 0.15
- diffuse 0.6
- reflection 0.0
- specular 1.0
- shine 200
- Terre
- #end
- #end
-